home *** CD-ROM | disk | FTP | other *** search
/ Merciful 5 / Merciful - Disc 5.iso / software / p / pcqpascalv1.2d.lha / Include / Graphics / GraphInt.i < prev    next >
Encoding:
Text File  |  1997-05-06  |  330 b   |  20 lines

  1. {
  2.         GraphInt.i for PCQ Pascal
  3. }
  4.  
  5. {$I   "Include:Exec/Nodes.i"}
  6.  
  7. type
  8.  
  9. { structure used by AddTOFTask }
  10.  
  11.     Isrvstr = record
  12.         is_Node : Node;
  13.         Iptr    : ^Isrvstr;     { passed to srvr by os }
  14.         code    : Address;
  15.         ccode   : Address;
  16.         Carg    : Integer;
  17.     end;
  18.     IsrvstrPtr = ^Isrvstr;
  19.  
  20.